golang.org/x/net/http2.ClientConn.canTakeNewRequestLocked (method)
4 uses
golang.org/x/net/http2 (current package)
transport.go#L618: return cc.canTakeNewRequestLocked()
transport.go#L732: func (cc *ClientConn) canTakeNewRequestLocked() bool {
transport.go#L739: if !cc.canTakeNewRequestLocked() {
transport.go#L1391: if cc.closed || !cc.canTakeNewRequestLocked() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)